more work on notification system, fix a couple of minor issues from smarty conversion

This commit is contained in:
friendica
2013-01-07 13:40:58 -08:00
parent 0001cc6fd3
commit f04ce3b093
10 changed files with 51 additions and 34 deletions

View File

@@ -153,7 +153,7 @@ function profiles_aside(&$a) {
}
if((argc() > 1) && (intval(argv(1)))) {
profile_aside($a);
profile_create_sidebar($a);
}
}