argh php, syntax that used to be required is now deprecated...

This commit is contained in:
Shish 2012-01-16 19:58:03 +00:00
parent 9bde42d452
commit 8f56b9ae2c

View File

@ -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];