Author: dpage
Date: 2006-01-17 13:28:26 +0000 (Tue, 17 Jan 2006)
New Revision: 4908

Modified:
   trunk/www/cache/update.php
Log:
correct path for po_status.php


Modified: trunk/www/cache/update.php
===================================================================
--- trunk/www/cache/update.php  2006-01-17 13:22:17 UTC (rev 4907)
+++ trunk/www/cache/update.php  2006-01-17 13:28:26 UTC (rev 4908)
@@ -1,6 +1,6 @@
 <?php
 
-    require_once "../class/po_status.php";
+    require_once "../include/po_status.php";
 
     $translated = new po_status();
     $outofdate = new po_status();


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to