mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-07 15:40:41 -04:00
Merge branch 'master' of git@github.com:gallery/gallery3
This commit is contained in:
+3
-3
@@ -17,8 +17,8 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
class server_add_menu_Core {
|
||||
static function admin($menu, $theme) {
|
||||
class server_add_event_Core {
|
||||
static function admin_menu($menu, $theme) {
|
||||
$menu->get("settings_menu")
|
||||
->append(Menu::factory("link")
|
||||
->id("server_add")
|
||||
@@ -26,7 +26,7 @@ class server_add_menu_Core {
|
||||
->url(url::site("admin/server_add")));
|
||||
}
|
||||
|
||||
static function site($menu, $theme) {
|
||||
static function site_menu($menu, $theme) {
|
||||
$item = $theme->item();
|
||||
$paths = unserialize(module::get_var("server_add", "authorized_paths"));
|
||||
|
||||
Reference in New Issue
Block a user