summaryrefslogtreecommitdiff
path: root/modules/notification/helpers
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-06 11:32:53 -0800
committerAndy Staudacher <andy.st@gmail.com>2010-02-06 11:32:53 -0800
commit4977c00db1b812abad5ad2d530e1dd44171b6d85 (patch)
tree4abab0ff9bb6951f8a53b49ea8d2f494a48140d0 /modules/notification/helpers
parent31aaf7555f51dd80cf1e97fd3c20a1c245cbf61b (diff)
parent15e22076552929bf1f45888945f65de621aa2aac (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'modules/notification/helpers')
-rw-r--r--modules/notification/helpers/notification.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/notification/helpers/notification.php b/modules/notification/helpers/notification.php
index dfeab9fc..3e4854d7 100644
--- a/modules/notification/helpers/notification.php
+++ b/modules/notification/helpers/notification.php
@@ -107,8 +107,6 @@ class notification {
t("Photo \"%title\" updated", array("title" => $original->title))
: t("Movie \"%title\" updated", array("title" => $original->title)));
- Kohana_Log::add("error",print_r($v->render(),1));
-
self::_notify($subscribers, $item, $v->render(), $v->subject);
}