1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

Merge pull request #2578 from marc1706/ticket/9801

[ticket/9801] Allow display of page outside board directory on viewonline

* marc1706/ticket/9801:
  [ticket/9801] Use empty instead of sizeof
  [ticket/9801] Remove spaces before * in docblock
  [ticket/9801] Add viewonline_helper service to allow proper testing
  [ticket/9801] Allow display of page outside board directory on viewonline
This commit is contained in:
Joas Schilling
2014-07-03 12:02:48 +02:00
4 changed files with 84 additions and 5 deletions

View File

@@ -354,3 +354,6 @@ services:
- @cache
- @config
- @user
viewonline_helper:
class: phpbb\viewonline_helper