1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/extension-manager] Add prefix to extension meta data / install classes

PHPBB3-10323
This commit is contained in:
Nils Adermann
2011-10-14 00:52:36 +02:00
parent 639e3b9f17
commit f53892c838
6 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<?php
class phpbb_ext_bar extends phpbb_extension_base
class phpbb_ext_bar_ext extends phpbb_extension_base
{
static public $state;