Joomla.it Forum

Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => : asaki 31 Oct 2011, 11:20:06

: identificazione topo errore
: asaki 31 Oct 2011, 11:20:06
cosa puņ provocare questo tipo di errore?

Notice
:  Undefined index:  rtl in /home2/digitcw7/public_html/libraries/joomla/language/language.php on line 970


    /**
     * Get the RTL property.
     *
     * @return  boolean  True is it an RTL language.
     *
     * @since   11.1
     */
    public function isRTL()
    {
        return $this->metadata['rtl'];       (-------la riga 970 č questa)
    }

    /**
     * Set the Debug property.
     *
     * @return  bool  Previous value.
     *
     * @since   11.1
     */
    public function setDebug($debug)
    {
        $previous    = $this->debug;
        $this->debug = $debug;

        return $previous;
    }