import the toggle_mobile stuff to shut up some warnings

This commit is contained in:
friendica
2013-01-03 15:52:05 -08:00
parent 7df33bb963
commit f8bd476b88
6 changed files with 39 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ function profile_aside(&$a) {
}
$x = q("select uid as profile_uid from channel where address = '%s' limit 1",
$x = q("select channel_id as profile_uid from channel where channel_address = '%s' limit 1",
dbesc(argv(1))
);
if($x) {