May 7, 2013 at 11:47 /
Hm. Can’t reproduce it, but I have an idea what line could cause it. Let’s try it.
Open the file /lib/modules/search/search.php and serach for “icl_object_id”.
You should see this line:
1 |
if(function_exists('icl_object_id')) $more = ' <a>resid,'easy-rooms', false, 'en')).'">'.$more_text.'</a>'; |
Replace it with
1 |
if(function_exists('icl_object_id')) $more = ' <a>resid).'">'.$more_text.'</a>'; |
Regards
Edit: My forum is always adding a ‘ rel=”nofollow”‘ to the code. It shouldn’t be in both and you’ll have to delete it. The correct entry of the () is ($room->resid). Sorry.