mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/template-events] Changes per imkingdavid's review.
PHPBB3-9550
This commit is contained in:
@@ -97,7 +97,7 @@ class phpbb_style
|
||||
{
|
||||
$names[] = $dir;
|
||||
}
|
||||
// Add 'all' path, used as last fallback path by hooks and extensions
|
||||
// Add 'all' path, used as last fallback path by events and extensions
|
||||
//$names[] = 'all';
|
||||
|
||||
$paths = array();
|
||||
|
Reference in New Issue
Block a user