mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 07:26:18 -04:00
Typos and correcting variable
This commit is contained in:
committed by
Steve Ireland
parent
628c047078
commit
e508ab86cd
@@ -72,7 +72,7 @@ class Config extends Secure_Controller
|
||||
$composer = FALSE;
|
||||
$license = [];
|
||||
|
||||
$license[$i]['title'] = 'Open Source Point Of Sale ' . config('OSPOSConfig')->application_version;
|
||||
$license[$i]['title'] = 'Open Source Point Of Sale ' . config('App')->application_version;
|
||||
|
||||
if(file_exists('license/LICENSE'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user