DataObjects/Group_Rights.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 8 Nov 2010 02:47:46 +0000 (10:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 8 Nov 2010 02:47:46 +0000 (10:47 +0800)
DataObjects/Group_Rights.php

index e7aeed7..5020641 100755 (executable)
@@ -120,6 +120,9 @@ class Pman_Core_DataObjects_Group_Rights extends DB_DataObject
                 continue;
             }
             $ar = (array)json_decode(file_get_contents($fn));
+            if (empty($ar)) {
+                die("invalid json file: " . $fn);
+               }
            // echo '<PRE>';print_r($ar);
             foreach($ar as $k=> $perm) {
                 if ($k[0] == '/') {