From: Adam Magness Date: Mon, 15 Jan 2018 02:29:19 +0000 (-0500) Subject: Missing use X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ef8d72b60951e73274a007c571ae822dbe121ab;p=friendica.git Missing use missing use statement for profile --- diff --git a/view/theme/frio/style.php b/view/theme/frio/style.php index 3f907d5497..7bc9629d4f 100644 --- a/view/theme/frio/style.php +++ b/view/theme/frio/style.php @@ -2,9 +2,9 @@ /** * @file view/theme/frio/style.php */ - use Friendica\Core\Config; use Friendica\Core\PConfig; +use Friendica\Model\Profile; require_once 'view/theme/frio/php/PHPColors/Color.php';