aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profile_photo.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-22 19:08:59 -0700
committerredmatrix <git@macgirvin.com>2016-06-22 19:08:59 -0700
commit1267d995ef031f6ecf4d1f1951a700dfdcbf6c8d (patch)
tree4a17682af3080965581acf46b32becbab29ea2ce /Zotlabs/Module/Profile_photo.php
parentec8091a102b9cb2f8f47ef87982533bcd5ba9886 (diff)
downloadvolse-hubzilla-1267d995ef031f6ecf4d1f1951a700dfdcbf6c8d.tar.gz
volse-hubzilla-1267d995ef031f6ecf4d1f1951a700dfdcbf6c8d.tar.bz2
volse-hubzilla-1267d995ef031f6ecf4d1f1951a700dfdcbf6c8d.zip
db statement debugging
Diffstat (limited to 'Zotlabs/Module/Profile_photo.php')
-rw-r--r--Zotlabs/Module/Profile_photo.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/Zotlabs/Module/Profile_photo.php b/Zotlabs/Module/Profile_photo.php
index 6129a7492..9480a2f7f 100644
--- a/Zotlabs/Module/Profile_photo.php
+++ b/Zotlabs/Module/Profile_photo.php
@@ -23,12 +23,11 @@ class Profile_photo extends \Zotlabs\Web\Controller {
/* @brief Initalize the profile-photo edit view
*
- * @param $a Current application
* @return void
*
*/
- function init() {
+ function init() {
if(! local_channel()) {
return;
@@ -46,7 +45,7 @@ class Profile_photo extends \Zotlabs\Web\Controller {
*
*/
- function post() {
+ function post() {
if(! local_channel()) {
return;