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

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