[feature/extension-manager] Remove 5.2 incompatible \ in front of SPL classname

PHPBB-10323
This commit is contained in:
Nils Adermann 2011-08-29 18:10:50 -04:00
parent c7a986eccd
commit 24ddef2230

View file

@ -22,7 +22,7 @@ if (!defined('IN_PHPBB'))
* *
* @package phpBB3 * @package phpBB3
*/ */
class phpbb_cron_provider implements \IteratorAggregate class phpbb_cron_provider implements IteratorAggregate
{ {
/** /**
* Array holding all found task class names. * Array holding all found task class names.