Project

General

Profile

Revision 077e4de7

ID077e4de7489b5ceb6478a9386f61293bac14c26e
Parent 0ec9e450
Child ad6689da

Added by Francois POIROTTE about 7 years ago

Prise en compte conventions de codage

Change-Id: I74d6ea904e099519e7d2b08f0586696470514280
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/2367
Tested-by: Build system <>
Reviewed-by: Francois POIROTTE <>

View differences:

src/Vigilo/VigiloPrinter.php
35 35

  
36 36
    protected function selectTemplates()
37 37
    {
38
	$template_name = $this->network->getField("template_name");
38
        $template_name = $this->network->getField("template_name");
39 39

  
40
        if ($template_name && $template_name !== "N/A") {
40
        if ($template_name !== "N/A") {
41 41
            $this->children[] = new VigiloHostTemplate($this->network->getField("template_name"));
42 42
        }
43 43
    }

Also available in: Unified diff