From 9f03d36d6ee5358b3081f64fc7ef0b0ae42d97db Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 16 Jan 2010 00:10:55 -0800 Subject: Don't use MY_ORM::original() here since the values may not have changed since the last save. Instead, use the original ORM passed in. --- modules/notification/views/item_updated.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/notification/views') diff --git a/modules/notification/views/item_updated.html.php b/modules/notification/views/item_updated.html.php index 47856cab..7020fd53 100644 --- a/modules/notification/views/item_updated.html.php +++ b/modules/notification/views/item_updated.html.php @@ -7,7 +7,7 @@

- original("title") != $item->title): ?> + title != $item->title): ?> @@ -19,7 +19,7 @@ - original("description") != $item->description): ?> + description != $item->description): ?> -- cgit v1.2.3
title) ?> abs_url() ?>
description) ?>