Merge branch 'master' of dev.sourcefabric.org:campcaster
Conflicts: public/css/styles.css
This commit is contained in:
commit
d9118fe2d0
14 changed files with 112 additions and 14 deletions
|
@ -13,10 +13,15 @@ class DashboardController extends Zend_Controller_Action
|
|||
// action body
|
||||
}
|
||||
|
||||
|
||||
public function helpAction()
|
||||
{
|
||||
// action body
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -36,6 +36,9 @@ class UserController extends Zend_Controller_Action
|
|||
if ($formdata['password'] != "xxxxxx")
|
||||
$user->setPassword($formdata['password']);
|
||||
$user->setType($formdata['type']);
|
||||
$user->setEmail($formdata['email']);
|
||||
$user->setSkype($formdata['skype']);
|
||||
$user->setJabber($formdata['jabber']);
|
||||
$user->save();
|
||||
|
||||
$form->reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue