Changeset 1674


Ignore:
Timestamp:
11/18/09 15:34:43 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #764 - Corrigo caminho absoluto para relativo .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/inc/Controller.class.php

    r1667 r1674  
    3232                { 
    3333                        $controler_xml = dirname(__FILE__) . '/controller.xml'; 
     34                         
    3435                        if ( !file_exists($controler_xml) ) 
    3536                                throw new Exception(__CLASS__ . ' [ ERROR ] :: the configuration file does not exist'); 
     
    186187                        or die(__CLASS__ . ' [ ERROR #18 ] :: bad js argument'); 
    187188 
    188                 $file = "{$pPath}/{$pPrefix}{$js}{$pSuffix}"; 
     189                $file = "../jabberit_messenger/{$pPath}/{$pPrefix}{$js}{$pSuffix}"; 
    189190 
    190191                file_exists($file) 
Note: See TracChangeset for help on using the changeset viewer.