|
@@ -482,7 +482,7 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
|
|
|
*/
|
|
|
public function initialize()
|
|
|
{
|
|
|
- $this->uniqid = uniqid();
|
|
|
+ $this->uniqid = "s".uniqid();
|
|
|
|
|
|
if (!$this->classnameLabel) {
|
|
|
$this->classnameLabel = substr($this->getClass(), strrpos($this->getClass(), '\\') + 1);
|