From: cash Date: Sat, 20 Nov 2010 13:48:08 +0000 (+0000) Subject: do not need special canEdit method for ElggWidget X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e71f5d4fc6b04776558fcd8be2a306acbae2eec8;p=lorea%2Felgg.git do not need special canEdit method for ElggWidget git-svn-id: http://code.elgg.org/elgg/trunk@7380 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/classes/ElggWidget.php b/engine/classes/ElggWidget.php index 0a0eb9b1c..2b6e977fe 100644 --- a/engine/classes/ElggWidget.php +++ b/engine/classes/ElggWidget.php @@ -1,7 +1,9 @@ column = $column; } - - public function canEdit($user_guid = 0) { - return true; - } } \ No newline at end of file