mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
add two triggers and user_list_backend.php and don't fail on unknown column
git-svn-id: http://piwigo.org/svn/trunk@26618 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -809,6 +809,20 @@ array(
|
||||
'files' => array('include\template.class.php (FileCombiner::process_combinable)'),
|
||||
'infos' => 'New in 2.6.',
|
||||
),
|
||||
array(
|
||||
'name' => 'user_list_columns',
|
||||
'type' => 'trigger_event',
|
||||
'vars' => array('string[]', 'aColumns'),
|
||||
'files' => array('admin\user_list_backend.php'),
|
||||
'infos' => 'New in 2.6.',
|
||||
),
|
||||
array(
|
||||
'name' => 'after_render_user_list',
|
||||
'type' => 'trigger_event',
|
||||
'vars' => array('array', 'output'),
|
||||
'files' => array('admin\user_list_backend.php'),
|
||||
'infos' => 'New in 2.6.',
|
||||
),
|
||||
);
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user