mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 09:22:21 +02:00
Add new obsolete plugins on c13y_upgrade list.
Fix new plugin uninstall url. git-svn-id: http://piwigo.org/svn/trunk@2287 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -64,7 +64,7 @@ limit 0,1
|
||||
}
|
||||
|
||||
/* Check plugin included in Piwigo sources */
|
||||
$included_plugins = array('dew');
|
||||
$included_plugins = array('dew', 'UpToDate', 'PluginsManager');
|
||||
$query = '
|
||||
select
|
||||
id
|
||||
@@ -90,7 +90,7 @@ where
|
||||
$uninstall_msg_link =
|
||||
'<a href="'.
|
||||
PHPWG_ROOT_PATH.
|
||||
'admin.php?page=plugins&plugin='.$row['id'].'&action=uninstall'.
|
||||
'admin.php?page=plugins_list&plugin='.$row['id'].'&action=uninstall'.
|
||||
'" onclick="window.open(this.href, \'\'); return false;">'.
|
||||
sprintf(l10n('c13y_correction_obsolete_plugin'), $row['id']).'</a>';
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Author URI: http://www.phpwebgallery.net
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | PhpWebGallery - a PHP based picture gallery |
|
||||
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
|
||||
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
|
||||
// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | file : $Id$
|
||||
// | last update : $Date$
|
||||
|
||||
Reference in New Issue
Block a user