Translations.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 22 Aug 2011 04:36:52 +0000 (12:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 22 Aug 2011 04:36:52 +0000 (12:36 +0800)
Translations.php

index da4d76e..a0297ca 100644 (file)
@@ -209,6 +209,7 @@ class Pman_Admin_Translations extends Pman
         // no data is contained in the database, we should initialize it, if we can
         $info  = $this->moduleJavascriptFilesInfo($module);
         $fn = $info->module_dir.'/_translations_/'.$lang.'.js';
+        var_dump($fn);exit;
         if (!file_exists($fn)) {
             return $ret;
         }