Skip to content

Commit

Permalink
Merge pull request #4972 from rohankatkar/Batch#17
Browse files Browse the repository at this point in the history
Minor changes to Batch #17
  • Loading branch information
monishdeb committed Jan 19, 2015
2 parents 87878ac + 7460735 commit d5ee18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contact/Page/View/UserDashBoard.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function run() {
* @return array
* (reference) of action links
*/
public function &links() {
public static function &links() {
if (!(self::$_links)) {
$disableExtra = ts('Are you sure you want to disable this relationship?');

Expand Down

0 comments on commit d5ee18b

Please sign in to comment.