aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/api.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/api.php')
-rw-r--r--engine/lib/api.php2
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)
{