profile edit hooks

This commit is contained in:
Friendika
2011-01-20 15:30:45 -08:00
parent 623ae24109
commit aeb585fee1
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
function network_init(&$a) {
if(! local_user()) {
notice( t('Permission denied.') . EOL);
return;
}