Images.php wip_edward_T5655_UAT_of_Press_release_detail
authorEdward <edward@roojs.com>
Tue, 22 Jan 2019 07:05:36 +0000 (15:05 +0800)
committerEdward <edward@roojs.com>
Tue, 22 Jan 2019 07:05:36 +0000 (15:05 +0800)
Images.php

index e71579c..2e7c981 100644 (file)
@@ -465,7 +465,7 @@ class Pman_Core_Images extends Pman
         $id = $umatch[2];
         $hash = '';
         if (!empty($umatch[3]) && strpos($umatch[3],'#')) {
-            $hh = explode('#',$umatch[3])
+            $hh = explode('#',$umatch[3]);
             $hash = '#'. array_pop($hh);
         }