UpdateDatabase.php
authorEdward <edward@roojs.com>
Tue, 5 Aug 2014 04:05:13 +0000 (12:05 +0800)
committerEdward <edward@roojs.com>
Tue, 5 Aug 2014 04:05:13 +0000 (12:05 +0800)
UpdateDatabase.php

index 315cabe..8dcb826 100644 (file)
@@ -650,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
+            ),
         ));
         
     }