Index: trunk/extensions/Spark/Spark.class.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | |
35 | 35 | public function __construct( array $args, $contents ) { |
36 | 36 | $this->parameters = $this->getSparkParameters( $args ); |
37 | | - $this->contents = $contents;//var_dump($this);exit; |
| 37 | + $this->contents = $contents; |
38 | 38 | } |
39 | 39 | |
40 | 40 | /** |