Skip to content

Commit

Permalink
fix a minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleek committed Sep 8, 2014
1 parent 9fe44e1 commit ec51865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Drupal/fluxpocket/Tasks/PocketEntryTaskBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected function getList($account, $arguments) {
* @return string
* The timestamp after which the entries are retrieved
*/
abstract protected function getTime(array $entries);
abstract protected function getTime($entries);

/**
* Retrieves the request arguments based on the event configuration.
Expand Down

0 comments on commit ec51865

Please sign in to comment.