]> git.mxchange.org Git - friendica.git/commitdiff
fixed link for toggling plugin from detail page
authorfriendica <info@friendica.com>
Sat, 25 Feb 2012 21:00:44 +0000 (13:00 -0800)
committerfriendica <info@friendica.com>
Sat, 25 Feb 2012 21:00:44 +0000 (13:00 -0800)
boot.php
mod/admin.php
view/admin_plugins_details.tpl

index 0815f59f6873e5d8ba0697a7e8758aac9a92f5a5..d9d361ee3b9c15068b9e30626963f70ffddcbd94 100755 (executable)
--- 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      );
 
index 9073d079f601ba2ba3a7e6899507fdfe9169b536..bcbf3e28fa4927a69ea737e6dc935663c648ac5f 100755 (executable)
@@ -573,7 +573,7 @@ function admin_page_plugins(&$a){
                        '$info' => get_plugin_info($plugin),
                
                        '$admin_form' => $admin_form,
-                       '$function' => $plugins,                        
+                       '$function' => 'plugins',
                        '$readme' => $readme
                ));
        } 
index 76ea73d4d95a04d6c155b769259bb0ae5b74c3d4..d7147b20b9daef1c2a1d96dc8e1585a34be00080 100755 (executable)
@@ -13,7 +13,7 @@
 
        {{ if $admin_form }}
        <h3>$settings</h3>
-       <form method="post" action="$baseurl/admin/plugins/$plugin/">
+       <form method="post" action="$baseurl/admin/$function/$plugin/">
                $admin_form
        </form>
        {{ endif }}