[pLog-svn] r4358 - plog/branches/lifetype-1.1.3/class/view/admin/chooser

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Nov 28 18:25:58 GMT 2006


Author: oscar
Date: 2006-11-28 18:25:58 +0000 (Tue, 28 Nov 2006)
New Revision: 4358

Modified:
   plog/branches/lifetype-1.1.3/class/view/admin/chooser/adminsimpleresourceslistview.class.php
Log:
Fixed one silly mistake that was causing medium preview links not to work.

Modified: plog/branches/lifetype-1.1.3/class/view/admin/chooser/adminsimpleresourceslistview.class.php
===================================================================
--- plog/branches/lifetype-1.1.3/class/view/admin/chooser/adminsimpleresourceslistview.class.php	2006-11-28 12:52:09 UTC (rev 4357)
+++ plog/branches/lifetype-1.1.3/class/view/admin/chooser/adminsimpleresourceslistview.class.php	2006-11-28 18:25:58 UTC (rev 4358)
@@ -52,7 +52,7 @@
 			                                      new Timestamp(), // date
 			                                      THUMBNAIL_OUTPUT_FORMAT_SAME_AS_IMAGE, // it doesn't matter
 			                                      Array(),
-			                                      -1 ); // id
+			                                      "XXRESOURCEIDXX" ); // id
 			$dummyResource->setAlbumId( "XXALBUMIDXX" );
 			$dummyResource->setAlbum( $dummyAlbum );
 			// generate 4 urls with the current blog settings



More information about the pLog-svn mailing list