Commit 3152d6be014dfec7bbf996c4f60ec440c1279f98
1 parent
846e2c94
Exists in
master
and in
111 other branches
message var
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/RequestMgr.php
@@ -198,7 +198,7 @@ class RequestMgr extends AmdaObjectMgr | @@ -198,7 +198,7 @@ class RequestMgr extends AmdaObjectMgr | ||
198 | 198 | ||
199 | public static function checkRequest($obj) | 199 | public static function checkRequest($obj) |
200 | { | 200 | { |
201 | - if (!file_exists(orbitsAllXml)) return array('success' => false, $message => 'no orbits descriotion file'); | 201 | + if (!file_exists(orbitsAllXml)) return array('success' => false, 'message' => 'no orbits descriotion file'); |
202 | 202 | ||
203 | //check for orbit templateArgs | 203 | //check for orbit templateArgs |
204 | $args = array(); | 204 | $args = array(); |