[livejournal] r19616: LJSUP-8713

Committer: wisest-owl
LJSUP-8713

U   trunk/htdocs/update.bml
Modified: trunk/htdocs/update.bml
===================================================================
--- trunk/htdocs/update.bml	2011-08-05 09:16:36 UTC (rev 19615)
+++ trunk/htdocs/update.bml	2011-08-08 01:46:19 UTC (rev 19616)
@@ -4,6 +4,9 @@
     use vars qw(%GET %POST %ML);
     BML::decl_params(_default => qr/./);
 
+    use LJ::Fotki::Photo;
+    use LJ::Fotki::Album;
+
     # $_[0] is a pre-request scratch area
     # put variables here so that we can access them later
     # outside of this _code block