Explorar el Código

* Fix moustache function

Michaël Van Canneyt hace 3 años
padre
commit
6f673ec196
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/bootstrap/bootstraptablewidget.pp

+ 0 - 1
packages/bootstrap/bootstraptablewidget.pp

@@ -928,7 +928,6 @@ var
   function Moustache(const match, pattern: string; offset: Integer; AString: string): string;
   begin
     Result:=String(Row[pattern]);
-    Result := '';
   end;
 
 begin