mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing example component file name in error page (Ticket #1083)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3192 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b4c3a22bd6
commit
1bce3d3dbe
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
?>
|
||||
<h1>Missing Component File</h1>
|
||||
|
||||
<p class="error">You are seeing this error because the component file <em><?php echo "app".DS."controllers".DS."components".DS.$file; ?></em>
|
||||
<p class="error">You are seeing this error because the component file <em><?php echo "app".DS."controllers".DS."components".DS.r('_component', '', $file); ?></em>
|
||||
can't be found or doesn't exist.
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue