mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Notice removal/bugtracker #4095 (part)
This commit is contained in:
parent
25238d341a
commit
888d2aa14e
@ -478,7 +478,7 @@ function AddFont($family,$style='',$file='')
|
||||
$this->Error('Could not include font definition file');
|
||||
$i=count($this->fonts)+1;
|
||||
$this->fonts[$fontkey]=array('i'=>$i,'type'=>$type,'name'=>$name,'desc'=>$desc,'up'=>$up,'ut'=>$ut,'cw'=>$cw,'enc'=>$enc,'file'=>$file);
|
||||
if($diff)
|
||||
if(isset($diff) && $diff)
|
||||
{
|
||||
//Search existing encodings
|
||||
$d=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user