From f8bd476b882e95b8bdb589ae74645d030ef198fd Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jan 2013 15:52:05 -0800 Subject: import the toggle_mobile stuff to shut up some warnings --- mod/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile.php') diff --git a/mod/profile.php b/mod/profile.php index 1865d69fc..549536931 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -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) { -- cgit v1.2.3