UpdateDatabase.php
[Pman.Core] / UpdateDatabase.php
index 57a4bc6..c0a153a 100644 (file)
@@ -849,6 +849,7 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function updateDataEmails()
     {
+        print_r($this->rootDir);exit;
         foreach ($this->emailTemplates as $k => $mail) {
             $mail_dir = $this->client_path.'/mail/';