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

Commit

Permalink
Correcting the casing of the "getLinks" function for standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
shefik committed Jul 1, 2014
1 parent 30d0b04 commit 7aad593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/FAQ/Api/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function purgepermalinks($args)
*
* @return array array of admin links
*/
public function getlinks()
public function getLinks()
{
$links = array();

Expand Down
2 changes: 1 addition & 1 deletion lib/FAQ/Api/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function getmodulemeta()
*
* @return array array of admin links
*/
public function getlinks()
public function getLinks()
{
$links = array();

Expand Down

0 comments on commit 7aad593

Please sign in to comment.