mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Added e_user.php 'settings' method to define additional (extended) user fields dynamically. See _blank/e_user.php
This commit is contained in:
@@ -118,6 +118,22 @@
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @see https://github.com/e107inc/e107/issues/3547
|
||||
*/
|
||||
public function testBlank()
|
||||
{
|
||||
// $this->_debugPlugin = '_blank';
|
||||
|
||||
$this->pluginInstall('_blank');
|
||||
|
||||
// $this->pluginUninstall('_blank');
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @see https://github.com/e107inc/e107/issues/3547
|
||||
*/
|
||||
|
Reference in New Issue
Block a user