From 536c18508012a66ca800394935bb4d408ec11b97 Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Fri, 3 Aug 2007 16:53:38 +0000 Subject: [PATCH] Fixed links in flox to cookbook (bug 22899) git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@579 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 1 + lib/Maypole/Manual/Flox.pod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 61e9c04..86cf585 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,7 @@ Bug Fixes : Apache::Request is fetched with a new object instead of instance if request options are provided additional, request_options and view_options attributes of Maypole::Config are initialised with hashref do_delete action now has exported attribute in ::Model::CDBI::Base + Fixed links in flox to cookbook (bug 22899) 2.12 22 June 2007 diff --git a/lib/Maypole/Manual/Flox.pod b/lib/Maypole/Manual/Flox.pod index 5e89777..8f93bf9 100644 --- a/lib/Maypole/Manual/Flox.pod +++ b/lib/Maypole/Manual/Flox.pod @@ -195,7 +195,7 @@ The next stage is viewing the user's photo. Assuming we've got the photo stored in the database already (which is a reasonable assumption for the moment since we don't have a way to upload a photo quite yet) then we can use a variation of the "Displaying pictures" hack from the -L: sub view_picture :Exported { my ($self, $r) = @_; -- 2.39.2