]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/applicationlist.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / lib / applicationlist.php
index 904f8981d1c1d8f22ae0ebfb825505f3fb77be2f..1974d2103b0bdebe757c1b8355fa3bdb021036e3 100644 (file)
@@ -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;
     }
-
 }