DataObjects/I18n.php
[Pman.Core] / UpdateDatabase.php
index d31a59d..8dcb826 100644 (file)
@@ -128,7 +128,6 @@ class Pman_Core_UpdateDatabase extends Pman
      
     function get($args, $opts)
     {
-        print_r($this->rootDir);exit;
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
    
         
@@ -651,7 +650,10 @@ class Pman_Core_UpdateDatabase extends Pman
                 'name' => 'bcc-email', // group who are bcc'ed on all requests.
                 'type' => 0, // system
             ),
-            
+            array(
+                'name' => 'system-email-from',
+                'type' => 0, // system
+            ),
         ));
         
     }