Skip to content

Commit

Permalink
Fix: Empty redirect URL in conversion scripts Part 2
Browse files Browse the repository at this point in the history
Added global directive for $url in updateCCPDB() functions.
Thanks to Darismel Abishai
  • Loading branch information
Salvoxia committed Apr 19, 2014
1 parent c3c7a61 commit 6bac169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion update/031/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function convertSlotsFromManualMails($slotsToConvert)
*/
function updateCCPDB()
{
global $smarty;
global $url, $smarty;

// determine the request scheme
$requestScheme = "http";
Expand Down
2 changes: 1 addition & 1 deletion update/032/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ function convertSlotsFromManualMails($slotsToConvert)
*/
function updateCCPDB()
{
global $smarty;
global $url, $smarty;

// determine the request scheme
$requestScheme = "http";
Expand Down

0 comments on commit 6bac169

Please sign in to comment.