UpdateBjsTemplates.php
authorleon <leon@roojs.com>
Wed, 26 Jul 2023 02:14:38 +0000 (10:14 +0800)
committerleon <leon@roojs.com>
Wed, 26 Jul 2023 02:14:38 +0000 (10:14 +0800)
UpdateBjsTemplates.php

index 1e4b9de..bd2326b 100644 (file)
@@ -211,11 +211,8 @@ class Pman_Cms_UpdateBjsTemplates extends Pman_Admin_UpdateBjsTemplates
      * @return Array $strings 2d array containing translatable strings grouped by slide name
      * 
      */
-    function scanText($path = false)
+    function scanText($path)
     {
-        if(!$path) {
-            $path = $this->tmpPath;
-        }
 
         // get id of slides from presentation xml
         $slideRids = array();