Merge branch 'master' of git://projects.ceondo.com/indefero

This commit is contained in:
Thomas Keller
2010-08-24 22:45:28 +02:00
3 changed files with 106 additions and 19 deletions

View File

@@ -118,6 +118,9 @@ class IDF_Views_Admin
/**
* Creation of a project.
*
* A project can use another project as template. In that case,
* everything but the data in the input at creation time is
* reused, including the wiki pages.
*/
public $projectCreate_precond = array('Pluf_Precondition::staffRequired');
public function projectCreate($request, $match)