Skip to content

Commit

Permalink
*8254* Loaded required locale component
Browse files Browse the repository at this point in the history
  • Loading branch information
beghelli committed Jan 20, 2014
1 parent e6d3dd1 commit 1f5b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/scheduledTask/ScheduledTask.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function ScheduledTask($args = array()) {
$this->_adminEmail = $site->getLocalizedContactEmail();
$this->_adminName = $site->getLocalizedContactName();

AppLocale::requireComponents(LOCALE_COMPONENT_PKP_ADMIN);
AppLocale::requireComponents(LOCALE_COMPONENT_PKP_ADMIN, LOCALE_COMPONENT_PKP_COMMON);
}


Expand Down

0 comments on commit 1f5b50b

Please sign in to comment.