Skip to content

Commit

Permalink
Merge pull request #7443 from Arantor/release-2.1
Browse files Browse the repository at this point in the history
Typo correction.
  • Loading branch information
Sesquipedalian committed May 3, 2022
2 parents 1f40453 + b597db7 commit 9dd9528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
error_reporting(!empty($db_show_debug) ? E_ALL : E_ALL & ~E_DEPRECATED);

// Ensure there are no trailing slashes in these variables.
foreach (array('boardurl', 'boarddir', 'sourcedir', 'packagesdir', 'taskddir', 'cachedir') as $variable)
foreach (array('boardurl', 'boarddir', 'sourcedir', 'packagesdir', 'tasksdir', 'cachedir') as $variable)
if (!empty($GLOBALS[$variable]))
$GLOBALS[$variable] = rtrim($GLOBALS[$variable], "\\/");

Expand Down

0 comments on commit 9dd9528

Please sign in to comment.