Changeset 177


Ignore:
Timestamp:
Sep 29, 2014 5:01:10 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/user/actions/actions.class.php

    r176 r177  
    126126    //else return sfView::NONE;
    127127    $tbluser = $this->getUserField(TbluserPeer::US_ID, $us_id);
     128    if ($tbluser) $result = $this->getUserInfo($tbluser);
    128129    $ip = myUtility::getRealIpAddr();
    129130    myUtility::log("$ip get from $src".($tbluser? '': ' failed'), 'apiuser.log');
    130     return $this->renderText($ip);
    131     //return $this->renderText($result);
     131    return $this->renderText($result);
    132132  }
    133133
Note: See TracChangeset for help on using the changeset viewer.