diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-12-12 16:33:30 -0600 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-12-12 16:33:30 -0600 |
commit | ffd531e4fd31fee31c6fbd8c94cb6077cd21a82d (patch) | |
tree | 0e7b8c0c6d6a640a01ee00289a98f5845c804316 | |
parent | 7ae5b62fc68017b6bdd5e55c9641e92a86a1f487 (diff) | |
download | forums-ffd531e4fd31fee31c6fbd8c94cb6077cd21a82d.tar forums-ffd531e4fd31fee31c6fbd8c94cb6077cd21a82d.tar.gz forums-ffd531e4fd31fee31c6fbd8c94cb6077cd21a82d.tar.bz2 forums-ffd531e4fd31fee31c6fbd8c94cb6077cd21a82d.tar.xz forums-ffd531e4fd31fee31c6fbd8c94cb6077cd21a82d.zip |
[ticket/11103] Revert changes to constants.php from my IDE
Readd a blank line at the end of the file
PHPBB3-11103
-rw-r--r-- | phpBB/includes/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 5128321618..68af41ab20 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -278,3 +278,4 @@ define('WORDS_TABLE', $table_prefix . 'words'); define('ZEBRA_TABLE', $table_prefix . 'zebra'); // Additional tables + |