diff options
-rw-r--r-- | authorize.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/authorize.php b/authorize.php index 26319b8e7..9961b54b9 100644 --- a/authorize.php +++ b/authorize.php @@ -172,4 +172,3 @@ else { if (!empty($output)) { print theme('update_page', array('content' => $output, 'show_messages' => $show_messages)); } - |