summaryrefslogtreecommitdiff
path: root/lib/applicationlist.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-13 00:57:35 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-13 21:10:55 +0200
commit39802077a861c2d4e15bae5f04c9f7dbf94151b8 (patch)
tree37ec392b728d05449b89b198c344dbdc55b9eeac /lib/applicationlist.php
parent8c94ebf5375fe8ab9cb450525436396404d3fd33 (diff)
* update/add translator documentation
* remove superfluous whitespace
Diffstat (limited to 'lib/applicationlist.php')
-rw-r--r--lib/applicationlist.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/applicationlist.php b/lib/applicationlist.php
index 904f8981d..1974d2103 100644
--- a/lib/applicationlist.php
+++ b/lib/applicationlist.php
@@ -45,7 +45,6 @@ define('APPS_PER_PAGE', 20);
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/
-
class ApplicationList extends Widget
{
/** Current application, application query */
@@ -164,10 +163,8 @@ class ApplicationList extends Widget
}
/* Override this in subclasses. */
-
function showOwnerControls()
{
return;
}
-
}