mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
parent
fca6fefb4a
commit
d40bd240ac
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class <?php echo $class;?> extends AppHelper {
|
||||||
</pre>
|
</pre>
|
||||||
<p class="notice">
|
<p class="notice">
|
||||||
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>
|
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>
|
||||||
<?php __d('cake_dev', 'If you want to customize this error message, create %s', APP_DIR . DS . 'View' . DS . 'Errors' . DS . 'missing_helper_class.ctp'); ?>
|
<?php echo __d('cake_dev', 'If you want to customize this error message, create %s', APP_DIR . DS . 'View' . DS . 'Errors' . DS . 'missing_helper_class.ctp'); ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<?php echo $this->element('exception_stack_trace'); ?>
|
<?php echo $this->element('exception_stack_trace'); ?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue