diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index dfc0565f..428a4484 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -511,7 +511,7 @@ class Image { global $_flexihash, $_fh_last_opts; $matches = array(); - if(preg_match("/(.*){(.*)}(.*)/", $tmpl, &$matches)) { + if(preg_match("/(.*){(.*)}(.*)/", $tmpl, $matches)) { $pre = $matches[1]; $opts = $matches[2]; $post = $matches[3];