Skip to content

Commit

Permalink
Merge branch 'php56' into pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Apr 19, 2015
2 parents 201107c + ddc51e7 commit 90faea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/core/XCube_Utils.class.php
Expand Up @@ -33,7 +33,7 @@ function XCube_Utils()
* @deprecated XCube 1.0 will remove this method. Don't use static function of XCube
* layer for redirect.
*/
function redirectHeader($url, $time, $messages = null)
public static function redirectHeader($url, $time, $messages = null)
{
$root =& XCube_Root::getSingleton();
$root->mController->executeRedirect($url, $time, $messages);
Expand Down Expand Up @@ -70,7 +70,7 @@ function redirectHeader($url, $time, $messages = null)
* This method doesn't implement the provider which knows how to format
* for each locales. So, this method is interim implement.
*/
function formatString()
public static function formatString()
{
$arr = func_get_args();

Expand Down

0 comments on commit 90faea0

Please sign in to comment.