From c27a41a0e291fbf4e8b13a5f8939146c74f77e8b Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Feb 2011 16:46:16 +0000 Subject: another work around to suppress incorrect warnings from elgg_view() git-svn-id: http://code.elgg.org/elgg/trunk@8330 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/page/elements/comments.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/default/page/elements/comments.php b/views/default/page/elements/comments.php index c27a146ab..6a7e74b2a 100644 --- a/views/default/page/elements/comments.php +++ b/views/default/page/elements/comments.php @@ -14,6 +14,9 @@ if (isset($vars['id'])) { $id = "id =\"{$vars['id']}\""; } +// work around for deprecation code in elgg_view() +unset($vars['internalid']); + echo "
"; $options = array( -- cgit v1.2.3