Development

#3791 (error in layout.php (my first project / docu 4 1.1))

You must first sign up to be able to contribute.

Ticket #3791 (closed documentation: fixed)

Opened 6 months ago

Last modified 5 months ago

error in layout.php (my first project / docu 4 1.1)

Reported by: badPussycat Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0 RC2
Keywords: Cc:
Qualification: Unreviewed

Description

<?php echo link_to('List of posts', 'post/list') ?>

should be

<?php echo link_to('List of posts', 'post/index') ?>

'cause there is no list action (same with th comment-link)

Change History

06/20/08 10:01:15 changed by badPussycat

  • version changed from 1.0.16 to 1.1.0 RC2.

06/23/08 05:22:09 changed by dwhittle

  • status changed from new to closed.
  • resolution set to fixed.

(In [9765]) doc: fixed typo in my first project (closes #3791)