diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-05-18 17:43:26 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2014-05-18 17:43:26 -0700 |
| commit | 6aeb22bfd70ce16fb04d7d4f99cbef6c8d94395a (patch) | |
| tree | 7be71b11afa322a0baa4ae79e3121a92b8d8f19b /phpBB/includes/ucp/info/ucp_notifications.php | |
| parent | c72e6ceb06240b9a1eb502d34e082e335ccfcf04 (diff) | |
| download | forums-6aeb22bfd70ce16fb04d7d4f99cbef6c8d94395a.tar forums-6aeb22bfd70ce16fb04d7d4f99cbef6c8d94395a.tar.gz forums-6aeb22bfd70ce16fb04d7d4f99cbef6c8d94395a.tar.bz2 forums-6aeb22bfd70ce16fb04d7d4f99cbef6c8d94395a.tar.xz forums-6aeb22bfd70ce16fb04d7d4f99cbef6c8d94395a.zip | |
[ticket/12564] Remove version definition from ACP/MCP/UCP module info files
PHPBB3-12564
Diffstat (limited to 'phpBB/includes/ucp/info/ucp_notifications.php')
| -rw-r--r-- | phpBB/includes/ucp/info/ucp_notifications.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/info/ucp_notifications.php b/phpBB/includes/ucp/info/ucp_notifications.php index 98d8b9db61..69e3328c77 100644 --- a/phpBB/includes/ucp/info/ucp_notifications.php +++ b/phpBB/includes/ucp/info/ucp_notifications.php @@ -17,7 +17,6 @@ class ucp_notifications_info return array( 'filename' => 'ucp_notifications', 'title' => 'UCP_NOTIFICATION_OPTIONS', - 'version' => '1.0.0', 'modes' => array( 'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_PREFS')), 'notification_list' => array('title' => 'UCP_NOTIFICATION_LIST', 'auth' => '', 'cat' => array('UCP_MAIN')), |
