argh php, syntax that used to be required is now deprecated...
This commit is contained in:
parent
9bde42d452
commit
8f56b9ae2c
@ -511,7 +511,7 @@ class Image {
|
|||||||
|
|
||||||
global $_flexihash, $_fh_last_opts;
|
global $_flexihash, $_fh_last_opts;
|
||||||
$matches = array();
|
$matches = array();
|
||||||
if(preg_match("/(.*){(.*)}(.*)/", $tmpl, &$matches)) {
|
if(preg_match("/(.*){(.*)}(.*)/", $tmpl, $matches)) {
|
||||||
$pre = $matches[1];
|
$pre = $matches[1];
|
||||||
$opts = $matches[2];
|
$opts = $matches[2];
|
||||||
$post = $matches[3];
|
$post = $matches[3];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user