You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2013/01/08 20:35:50 UTC

svn commit: r1430458 - /sling/site/trunk/lib/view.pm

Author: fmeschbe
Date: Tue Jan  8 19:35:50 2013
New Revision: 1430458

URL: http://svn.apache.org/viewvc?rev=1430458&view=rev
Log:
* Add reference to old page if the translation_pending header is set

Modified:
    sling/site/trunk/lib/view.pm

Modified: sling/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/sling/site/trunk/lib/view.pm?rev=1430458&r1=1430457&r2=1430458&view=diff
==============================================================================
--- sling/site/trunk/lib/view.pm (original)
+++ sling/site/trunk/lib/view.pm Tue Jan  8 19:35:50 2013
@@ -16,6 +16,7 @@ use File::Temp qw/tempfile/;
 use LWP::Simple;
 use SVN::Client;
 use File::Find;
+use File::Basename;
 
 push @Dotiac::DTL::TEMPLATE_DIRS, "templates";