Changeset 714341
- Timestamp:
- 05/17/2013 12:04:59 PM (13 years ago)
- Location:
- easy-watermark
- Files:
-
- 2 edited
-
tags/0.4.2/lib/EWPlugin.php (modified) (1 diff)
-
trunk/lib/EWPlugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-watermark/tags/0.4.2/lib/EWPlugin.php
r714327 r714341 114 114 115 115 public function __call($name, $args){ 116 if(method_exists( $ewClass.'::'.$name)){116 if(method_exists(array(self, $name))){ 117 117 return self::$name(); 118 118 } -
easy-watermark/trunk/lib/EWPlugin.php
r714327 r714341 114 114 115 115 public function __call($name, $args){ 116 if(method_exists( $ewClass.'::'.$name)){116 if(method_exists(array(self, $name))){ 117 117 return self::$name(); 118 118 }
Note: See TracChangeset
for help on using the changeset viewer.