includes/plugins.php
changeset 379 82b991bee797
parent 378 c1c7fa6b329f
child 387 92664d2efab8
--- a/includes/plugins.php	Sun Jan 27 22:57:40 2008 -0500
+++ b/includes/plugins.php	Sun Jan 27 23:03:57 2008 -0500
@@ -80,7 +80,7 @@
     */
     if(isset($this->hook_list[$name]) && is_array($this->hook_list[$name]))
     {
-      return $this->hook_list[$name];
+      return array(implode("\n", $this->hook_list[$name]));
     }
     else
     {