From 2a375e712983365f2f23bd97d142ce8581c084d1 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 1 Feb 2012 17:01:41 +0000 Subject: [PATCH] standard syntax --- core/imageboard.pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index bac574b7..aeded1e5 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -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);