Back to top

Autore Topic: identificazione topo errore  (Letto 854 volte)

Offline asaki

  • Esploratore
  • **
  • Post: 138
    • Mostra profilo
identificazione topo errore
« il: 31 Ott 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;
    }

 



Web Design Bolzano Kreatif