1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-08 02:43:04 +02:00
Files
php-phpbb/phpBB
Marc Alexander 05a5ac282d [feature/passwords] Fix incorrect call to helper instead of $this
The driver helper method unique_id is called inside the helper. Therefore,
it shouldn't be called via $this->helper but rather via $this.

PHPBB3-11610
2013-09-14 13:55:06 +02:00
..