Fix a typo

This commit is contained in:
Lukas Reschke 2012-10-28 18:24:11 +01:00
parent ccbf4e993c
commit 4d61eb3e4c
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ class OC_Util {
* @brief Check an ajax get/post call if the request token is valid. * @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. * @return boolean False if request token is not set or is invalid.
* @see OC_Util::$callLifespan * @see OC_Util::$callLifespan
* @see OC_Util::calLRegister() * @see OC_Util::callRegister()
*/ */
public static function isCallRegistered() { public static function isCallRegistered() {
if(isset($_GET['requesttoken'])) { if(isset($_GET['requesttoken'])) {