1
0
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:
Oleg Pudeyev
2012-11-14 17:31:05 -05:00
parent da7d888448
commit 47a90f815d
5 changed files with 17 additions and 5 deletions

View File

@@ -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();