]> git.mxchange.org Git - friendica.git/blobdiff - mod/maintenance.php
content.php: remove load_contact_links()
[friendica.git] / mod / maintenance.php
index 02de29108f892fb3ea85c4b9b3c2b1206af97969..b50c94c9b93d9a6acb748cea3d3da6a680041ec1 100644 (file)
@@ -1,8 +1,7 @@
 <?php
-if(! function_exists('maintenance_content')) {
+
 function maintenance_content(&$a) {
        return replace_macros(get_markup_template('maintenance.tpl'), array(
                '$sysdown' => t('System down for maintenance')
        ));
 }
-}