diff options
-rw-r--r-- | engine/lib/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/api.php b/engine/lib/api.php index 3f5cd198f..2ec36388b 100644 --- a/engine/lib/api.php +++ b/engine/lib/api.php @@ -116,7 +116,7 @@ */ class SuccessResult extends GenericResult { - public static $RESULT_SUCCESS = 0; // Do not change this from 0 + public static $RESULT_SUCCESS = 0; // Do not change this from 0 public function SuccessResult($result) { |