diff options
Diffstat (limited to 'authorize.php')
-rw-r--r-- | authorize.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authorize.php b/authorize.php index d9b437540..68e7879ea 100644 --- a/authorize.php +++ b/authorize.php @@ -134,7 +134,7 @@ if (authorize_access_allowed()) { } $output = theme('authorize_report', array('messages' => $results['messages'])); - + $links = array(); if (is_array($results['tasks'])) { $links += $results['tasks']; |