Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Merge pull request #70 from AmyStephen/master
Browse files Browse the repository at this point in the history
PHP Strict Errors
  • Loading branch information
LouisLandry committed Jul 4, 2011
2 parents c6d66ef + 43ca201 commit eef45b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions libraries/joomla/html/toolbar/button.php
Expand Up @@ -90,18 +90,6 @@ public function fetchIconClass($identifier)
return "icon-32-$identifier";
}

/**
* Get the button id
*
* Can be redefined in the final button class
*
* @since 11.1
*/
public function fetchId()
{
return;
}

/**
* Get the button
*
Expand Down
2 changes: 1 addition & 1 deletion libraries/joomla/utilities/date.php
Expand Up @@ -411,7 +411,7 @@ public function setOffset($offset)
*
* @since 11.1
*/
public function setTimezone(DateTimeZone $tz)
public function setTimezone($tz)
{
$this->_tz = $tz;
return parent::setTimezone($tz);
Expand Down

0 comments on commit eef45b2

Please sign in to comment.