X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole%2FManual%2FFlox.pod;h=8f93bf9e469129eba3b700aa5319db18fd72abc0;hp=5e897774c6219c08e3290efb0cea069d1be41fca;hb=536c18508012a66ca800394935bb4d408ec11b97;hpb=9bba8d4a18a2aca0a83775e0a815c5a9f359dcc8 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) = @_;