mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
whitespace normalization
This commit is contained in:
parent
b9987e1712
commit
993643dd2a
2 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,7 @@ class ApiShell extends Shell {
|
|||
*
|
||||
* @access public
|
||||
*/
|
||||
function initialize () {
|
||||
function initialize() {
|
||||
$this->paths = array_merge($this->paths, array(
|
||||
'behavior' => LIBS . 'model' . DS . 'behaviors' . DS,
|
||||
'cache' => LIBS . 'cache' . DS,
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
<?php echo $html->charset(); ?>
|
||||
<title><?php echo $page_title; ?></title>
|
||||
|
||||
|
||||
<?php if (Configure::read() == 0) { ?>
|
||||
<meta http-equiv="Refresh" content="<?php echo $pause?>;url=<?php echo $url?>"/>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in a new issue