Ignore:
Timestamp:
09/19/11 16:12:56 (14 years ago)
Author:
basvannuland
Message:

application map is created if non-existent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/ApplicationRDFWriter.php

    r100 r111  
    1313
    1414        $this->applicationID = $applicationID;         
    15 
     15       
     16        if (!is_dir('data/applications/'))
     17            mkdir('data/applications/');       
     18       
    1619        if(file_exists($this->fileName))
    1720            $this->model->load($this->fileName);
Note: See TracChangeset for help on using the changeset viewer.