doctor: init instance array in proper location
authorDan
Sat, 15 Nov 2008 15:03:21 -0500
changeset 24 6fa9346a9bdc
parent 23 df31a3872d19
child 25 e5e4ba531f41
doctor: init instance array in proper location
modules/doctor.php
--- a/modules/doctor.php	Sat Nov 15 15:02:59 2008 -0500
+++ b/modules/doctor.php	Sat Nov 15 15:03:21 2008 -0500
@@ -1,4 +1,6 @@
 <?php
+$doctor = array();
+
 require('eliza.php');
 
 eb_hook('event_channel_msg', 'doctor_listen($chan, $message);');