Translations.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 19 Aug 2011 04:05:53 +0000 (12:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 19 Aug 2011 04:05:53 +0000 (12:05 +0800)
Translations.php

index 5a85e42..8595b33 100644 (file)
@@ -140,7 +140,7 @@ class Pman_Admin_Translations extends Pman
         
         $tfile = $this->moduleJavascriptFilesInfo($module)->translation_data;
         
-        if (empty($tfile) || !file_exists($tfile) {
+        if (empty($tfile) || !file_exists($tfile)) {
             return array();
         }