diff options
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index cae7a1bb4..02a5db5fd 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1586,7 +1586,7 @@ function system_authorized_get_url(array $options = array()) { /** * Setup and invoke an operation using authorize.php. * - * @see system_authorized_init + * @see system_authorized_init() */ function system_authorized_run($callback, $file, $arguments = array(), $page_title = NULL) { system_authorized_init($callback, $file, $arguments, $page_title); |