rockycubi / openbiz-cubi

Automatically exported from code.google.com/p/openbiz-cubi
0 stars 1 forks source link

Contact photo display issue #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Contact photo doesnt display image like below

Original issue reported on code.google.com by hellojixian@gmail.com on 3 Dec 2011 at 6:01

Attachments:

GoogleCodeExporter commented 9 years ago
bug has been fixed in app_init.php
add below adjustment

if($appPath=='/'){
    define('APP_URL','');
}else{
    define('APP_URL',$appPath);
}

Original comment by hellojixian@gmail.com on 3 Dec 2011 at 6:21

Attachments: