standard syntax

This commit is contained in:
Shish 2012-02-01 17:01:41 +00:00
parent 93540faca8
commit 2a375e7129

View File

@ -534,7 +534,7 @@ class Image {
if($opts != $_fh_last_opts) {
$_fh_last_opts = $opts;
require_once("lib/flexihash.php");
require_once "lib/flexihash.php";
$_flexihash = new Flexihash();
foreach(explode(",", $opts) as $opt) {
$parts = explode("=", $opt);