#1348: AgaviTranslationManager::getDefaultLocale return null
-----------------------------------------+----------------------------------
Reporter: jeanphilippe.dery@… | Owner: david
Type: defect | Status: assigned
Priority: normal | Milestone: 1.0.5
Component: translation | Version: 1.0.4
Severity: minor | Keywords:
Has_patch: 0 |
-----------------------------------------+----------------------------------
Changes (by david):
* status: new => assigned
* component: _OTHER_ => translation
* severity: normal => minor
Old description:
> /**
> * Retrieve the default locale.
> *
> * @return AgaviLocale The current default.
> *
> * @author David Zülke <[email protected]>
> * @since 0.11.0
> */
> public function getDefaultLocale()
> {
> $this->getLocale($this->defaultLocaleIdentifier);
> }
>
> Because there is no '''return'''
New description:
{{{
/**
* Retrieve the default locale.
*
* @return AgaviLocale The current default.
*
* @author David Zülke <[email protected]>
* @since 0.11.0
*/
public function getDefaultLocale()
{
$this->getLocale($this->defaultLocaleIdentifier);
}
}}}
Because there is no '''return'''
--
--
Ticket URL: <http://trac.agavi.org/ticket/1348#comment:1>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets