X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDatabase%2FView.php;h=e1335d9df65f049307877085451e832b23cab5d7;hb=76ae210527487bea129411e8ed02ac4997d0d89b;hp=fa4c502a233bc8bac4a8b2e35df77539d51a135c;hpb=afa712b8112e8e827112b3438f65e781da95b91a;p=friendica.git diff --git a/src/Database/View.php b/src/Database/View.php index fa4c502a23..e1335d9df6 100644 --- a/src/Database/View.php +++ b/src/Database/View.php @@ -25,19 +25,17 @@ use Exception; use Friendica\Core\Hook; use Friendica\DI; -require_once __DIR__ . '/../../include/dba.php'; - class View { /** - * view definition loaded from config/dbview.config.php + * view definition loaded from static/dbview.config.php * * @var array */ private static $definition = []; /** - * Loads the database structure definition from the config/dbview.config.php file. + * Loads the database structure definition from the static/dbview.config.php file. * On first pass, defines DB_UPDATE_VERSION constant. * * @see static/dbview.config.php