EventView.php
authorAlan Knowles <alan@roojs.com>
Mon, 19 May 2014 04:27:50 +0000 (12:27 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 19 May 2014 04:27:50 +0000 (12:27 +0800)
EventView.php

index a452118..fd8a4e5 100644 (file)
@@ -54,7 +54,7 @@ class Pman_Admin_EventView extends Pman
         
         $ff  = HTML_FlexyFramework::get();
         if (empty($ff->Pman['event_log_dir'])) {
-            echo "not available (not configured)";
+            echo "not available (Pman[event_log_dir] not configured)";
             exit;
         }
         if (function_exists('posix_getpwuid')) {