Repair loadOriginalAuthor() and migrate JKA Network name to Code Solutions Project

This commit is contained in:
JoseluCross
2018-10-11 19:45:53 +02:00
parent be6caf9702
commit 60a218c4ad
18 changed files with 21 additions and 28 deletions

View File

@@ -65,7 +65,7 @@ class Config
}
/**
* Get the company, usually "JKA Network"
* Get the company, usually "Code Solutions Project"
*
* @return string whit company
*/

View File

@@ -69,7 +69,7 @@ class DB
'IDC','?'
))
->setParameter(0,$IDC);
return $this->getData($queryBuilder)[0];
return $this->getData($queryBuilder)[0]['UserCreator'];
}

View File

@@ -106,7 +106,7 @@ $app->get('/about', function (Request $request) use($app){
$user = getUser($app);
$page = array(
"title" => "About CodeShare",
"description" => "Developed by JKA Network's Team",
"description" => "Developed by Code Solutions Project's Team",
"page" => "about",
);
return $app['twig']->render($app['fronthtml'].'/about.twig', array("page" => $page,'user'=>$user));