From: cash Date: Sat, 19 Feb 2011 16:46:16 +0000 (+0000) Subject: another work around to suppress incorrect warnings from elgg_view() X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c27a41a0e291fbf4e8b13a5f8939146c74f77e8b;p=lorea%2Felgg.git 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 --- 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(