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:
nate 2006-06-29 04:26:15 +00:00
parent b4c3a22bd6
commit 1bce3d3dbe

View file

@ -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>