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

index 5020641..3787fd3 100755 (executable)
@@ -121,6 +121,7 @@ class Pman_Core_DataObjects_Group_Rights extends DB_DataObject
             }
             $ar = (array)json_decode(file_get_contents($fn));
             if (empty($ar)) {
+                // since these are critical files.. die'ing with error is ok.
                 die("invalid json file: " . $fn);
                }
            // echo '<PRE>';print_r($ar);