Skip to content

Commit

Permalink
Misc formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Apr 8, 2022
1 parent 731006b commit 84109f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/calendar/functions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ function CALENDAR_sendNotification($table, $A)

$mailSubject = $_CONF['site_name'] . ' ' . $LANG_CAL_2[43];

COM_mail ($_CONF['site_mail'], $mailSubject, $message, '' , true);
COM_mail($_CONF['site_mail'], $mailSubject, $message, '' , true);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion public_html/lib-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -7779,7 +7779,7 @@ function _getLanguageInfoFromURL()
// $c->add('langurl_staticpages',array('staticpages', 'index.php', 'page'),'@hidden',7,31,1,1830,TRUE, 'Core', 31);

// ***************************
// Addtional Notes for Debugging
// Additional Notes for Debugging
// For some reason this function gets called 2 times on a page load for the default URLs and URL_Rewrite URLs. It gets called 3 times if URL_Routing is enabled.
// Because of this after the first call to this function the $_SERVER['REQUEST_URI'] reverts back to the default URL for some unknown reason (I think it has to do with the URL Class)
// So that is why with URL_Routing enabled we check it just the same way as the default url.
Expand Down

0 comments on commit 84109f1

Please sign in to comment.