diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-26 15:23:08 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-26 15:23:08 +0000 |
commit | 1f3befaf97c2840dbd4ecadd8cc62bf838d32a45 (patch) | |
tree | 5d3a51da5da333d9f0d721c23525c9f5b28ae200 /mod/thewire/classes | |
parent | f48bd5099f033cc148f9c1e3f781f8c932bda891 (diff) | |
download | elgg-1f3befaf97c2840dbd4ecadd8cc62bf838d32a45.tar.gz elgg-1f3befaf97c2840dbd4ecadd8cc62bf838d32a45.tar.bz2 |
standardized thewire plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8841 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/classes')
-rw-r--r-- | mod/thewire/classes/ElggWire.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/thewire/classes/ElggWire.php b/mod/thewire/classes/ElggWire.php index d864cc259..3242dd5cb 100644 --- a/mod/thewire/classes/ElggWire.php +++ b/mod/thewire/classes/ElggWire.php @@ -5,7 +5,9 @@ class ElggWire extends ElggObject { /** - * Set subtype to thewire. + * Set subtype to thewire + * + * @return void */ protected function initializeAttributes() { parent::initializeAttributes(); |