diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-28 18:24:11 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-10-29 16:33:39 +0100 |
commit | 4d61eb3e4cf51a3c5d3610df93544ef340c057e0 (patch) | |
tree | 3684fd920482537b4b8644e0ca4bbb69dac369c4 | |
parent | ccbf4e993c99c6a42c8e1574405244dbd5f660ca (diff) | |
download | nextcloud-server-4d61eb3e4cf51a3c5d3610df93544ef340c057e0.tar.gz nextcloud-server-4d61eb3e4cf51a3c5d3610df93544ef340c057e0.zip |
Fix a typo
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 789c75f4154..8f00acde7ef 100755 --- a/lib/util.php +++ b/lib/util.php @@ -524,7 +524,7 @@ class OC_Util { * @brief Check an ajax get/post call if the request token is valid. * @return boolean False if request token is not set or is invalid. * @see OC_Util::$callLifespan - * @see OC_Util::calLRegister() + * @see OC_Util::callRegister() */ public static function isCallRegistered() { if(isset($_GET['requesttoken'])) { |