Changeset 1367

Show
Ignore:
Timestamp:
02/25/08 17:27:04 (9 months ago)
Author:
mikey
Message:

fixed parse error and typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/org/stubbles/phing/tasks/stubGenerateJsonRpcProxiesTask.php

    r1361 r1367  
    8787    { 
    8888        stubClassLoader::load('net::stubbles::service::jsonrpc::util::stubJsonRpcProxyGenerator'); 
    89         $services   = parse_ini_file(stubConfig::getConfigPath() . '/json-rpc-service.init') 
     89        $services   = parse_ini_file(stubConfig::getConfigPath() . '/json-rpc-service.ini'); 
    9090        $generator  = new stubJsonRpcProxyGenerator(); 
    9191        $fullJsCode = "{$this->javaScriptNamespace} = {};\n\n";