changeset 22:ef3920a6a688

Bugfix imagePath option.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jan 2011 06:25:36 +0200
parents e20a847fbbac
children 6f96cdfbbbac
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Fri Jan 14 07:09:22 2011 +0200
+++ b/index.php	Sat Jan 15 06:25:36 2011 +0200
@@ -152,7 +152,7 @@
 
 function alch_matrix_print($mode, $active)
 {
-  global $dbNames, $dbModes, $db;
+  global $dbNames, $dbModes, $db, $imagePath;
 
   $pkey = $dbModes[$mode][1];