RooConfig.php
authorAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 08:21:40 +0000 (16:21 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 08:21:40 +0000 (16:21 +0800)
RooConfig.php

index 2311c55..2c7f304 100644 (file)
@@ -14,6 +14,10 @@ class Pman_Core_RooConfig extends Pman {
     
     function get()
     {
+        // at present these are public core enums..
+        // if we want to include private ones, we will have to load them after the page has loaded..
+        
+        
         $fonts = DB_DataObject::factory('core_enum')->fetchAllByType('HtmlEditor.font-family');
         $ar = array();
         foreach($fonts as $f) {