mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-04 16:02:50 +02:00
Corections to respect coding conventions.
Change plugins versions to 1.8 Change 3 plugins URI. git-svn-id: http://piwigo.org/svn/trunk@2243 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -80,7 +80,7 @@ foreach($fs_plugins as $plugin_id => $fs_plugin)
|
||||
'VERSION' => $fs_plugin['version'],
|
||||
'DESCRIPTION' => $desc);
|
||||
|
||||
$action_url = htmlentities($my_base_url) . '&plugin=' . $plugin_id;
|
||||
$action_url = htmlentities($my_base_url) . '&plugin=' . $plugin_id;
|
||||
|
||||
if (isset($db_plugins_by_id[$plugin_id]))
|
||||
{
|
||||
@@ -109,7 +109,7 @@ foreach($fs_plugins as $plugin_id => $fs_plugin)
|
||||
array('U_ACTION' => $action_url . '&action=install',
|
||||
'L_ACTION' => l10n('Install'),
|
||||
'CONFIRM' => l10n('Are you sure?'));
|
||||
$tpl_plugin['actions'][] =
|
||||
$tpl_plugin['actions'][] =
|
||||
array('U_ACTION' => $action_url . '&action=delete',
|
||||
'L_ACTION' => l10n('plugins_delete'),
|
||||
'CONFIRM' => l10n('plugins_confirm_delete'));
|
||||
|
||||
Reference in New Issue
Block a user