updated relative links and other things

This commit is contained in:
Andreas 2019-09-23 12:30:01 +02:00
parent f62f779226
commit 72319118a4
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
class TA_TestDBUser extends TestAction{
public function __construct()
{
parent::__construct();
}
public function execute()
{
$user = DBUser::getUserByUID(0 );
}
}