aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-26 22:13:59 -0700
committerredmatrix <git@macgirvin.com>2016-06-26 22:13:59 -0700
commit3035c792dcef91cd679034ee67eb2b28ed6f3d35 (patch)
tree3cadad06ca6c44bd67df7307116db50a10180148 /include/channel.php
parent2029b2b9ed0544d4559d7a918a0902587fd580bc (diff)
downloadvolse-hubzilla-3035c792dcef91cd679034ee67eb2b28ed6f3d35.tar.gz
volse-hubzilla-3035c792dcef91cd679034ee67eb2b28ed6f3d35.tar.bz2
volse-hubzilla-3035c792dcef91cd679034ee67eb2b28ed6f3d35.zip
remove the app $a passed to profile_load, also add profile_load to mod_wiki which should fix issue #431
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/channel.php b/include/channel.php
index a7624f060..913768017 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -761,11 +761,10 @@ function identity_export_year($channel_id,$year,$month = 0) {
*
* The channel default theme is also selected for use, unless over-riden elsewhere.
*
- * @param[in,out] App &$a
* @param string $nickname
* @param string $profile
*/
-function profile_load(&$a, $nickname, $profile = '') {
+function profile_load($nickname, $profile = '') {
// logger('profile_load: ' . $nickname . (($profile) ? ' profile: ' . $profile : ''));