Author: caefer
Date: 2010-03-30 20:25:25 +0200 (Tue, 30 Mar 2010)
New Revision: 28888

Modified:
   
plugins/sfImageTransformExtraPlugin/trunk/lib/source/sfImageSourceLocalAbstract.class.php
Log:
bugfix: attributes must be protected to be accessible by descendants

Modified: 
plugins/sfImageTransformExtraPlugin/trunk/lib/source/sfImageSourceLocalAbstract.class.php
===================================================================
--- 
plugins/sfImageTransformExtraPlugin/trunk/lib/source/sfImageSourceLocalAbstract.class.php
   2010-03-30 18:16:40 UTC (rev 28887)
+++ 
plugins/sfImageTransformExtraPlugin/trunk/lib/source/sfImageSourceLocalAbstract.class.php
   2010-03-30 18:25:25 UTC (rev 28888)
@@ -32,14 +32,14 @@
    *
    * @var resource
    */
-  private $resource;
+  protected $resource;
 
   /**
    * mock image absolute path
    *
    * @var string
    */
-  private $filename;
+  protected $filename;
 
   /**
    * Close an resource

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to