Export Relation Schema: fixing notices
This commit is contained in:
@@ -84,8 +84,10 @@ if ($cfgRelation['pdfwork']) {
|
||||
* @param string $do It tells what the Schema is supposed to do
|
||||
* create and select a page, generate schema etc
|
||||
*/
|
||||
|
||||
$user_schema->processUserPreferences($_REQUEST['do']);
|
||||
if(isset($_REQUEST['do'])){
|
||||
$user_schema->setAction($_REQUEST['do']);
|
||||
$user_schema->processUserPreferences();
|
||||
}
|
||||
|
||||
/**
|
||||
* Show some possibility to select a page for the export of relation schema
|
||||
|
Reference in New Issue
Block a user