Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
fix notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Romans Malinovskis committed Dec 6, 2012
1 parent 8ee9807 commit ec575d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/View/Button.php
Expand Up @@ -18,6 +18,8 @@ class View_Button extends View_HtmlElement {

/** use setIcon() to change icon displayed on the button */
private $icon=null;

public $options=array();
function defaultTemplate(){
return array('button','button');
}
Expand Down

0 comments on commit ec575d4

Please sign in to comment.