summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
authorJoe7 <jozsef.rnagy@site.hu>2011-01-08 19:44:46 +0100
committerJoe7 <jozsef.rnagy@site.hu>2011-01-08 19:44:46 +0100
commit7dd63630d8f7fc46847388c307ecf160a729aafb (patch)
tree13df77b55e49c84629c476769d62516f9bde0c78 /modules/gallery
parent3ec0ba956dced01a97f2ee7bd943d326c42350e3 (diff)
Minor coding style fix
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/helpers/graphics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/graphics.php b/modules/gallery/helpers/graphics.php
index cb48ce82..96a6ceba 100644
--- a/modules/gallery/helpers/graphics.php
+++ b/modules/gallery/helpers/graphics.php
@@ -325,7 +325,7 @@ class graphics_Core {
"graphicsmagick" => array(
"name" => "GraphicsMagick", "binary" => "gm", "version" => "gm version"));
// Loop through the kits
- foreach ( $magick_kits as $index => $settings ) {
+ foreach ($magick_kits as $index => $settings) {
$path = exec("which " . $settings["binary"]);
$toolkits->$index->name = $settings["name"];
if ($path) {