From 579738aff77ed0aa6da853b479720be9ea4953d2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 25 Feb 2012 13:00:44 -0800 Subject: [PATCH] fixed link for toggling plugin from detail page --- boot.php | 2 +- mod/admin.php | 2 +- view/admin_plugins_details.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot.php b/boot.php index 0815f59f68..d9d361ee3b 100755 --- a/boot.php +++ b/boot.php @@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1262' ); +define ( 'FRIENDICA_VERSION', '2.3.1263' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1125 ); diff --git a/mod/admin.php b/mod/admin.php index 9073d079f6..bcbf3e28fa 100755 --- a/mod/admin.php +++ b/mod/admin.php @@ -573,7 +573,7 @@ function admin_page_plugins(&$a){ '$info' => get_plugin_info($plugin), '$admin_form' => $admin_form, - '$function' => $plugins, + '$function' => 'plugins', '$readme' => $readme )); } diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl index 76ea73d4d9..d7147b20b9 100755 --- a/view/admin_plugins_details.tpl +++ b/view/admin_plugins_details.tpl @@ -13,7 +13,7 @@ {{ if $admin_form }}

$settings

-
+ $admin_form
{{ endif }}