Andreone / dokuwiki_plantuml

A plugin for Dokuwiki that generates UML graphs from text using PlantUML
http://www.dokuwiki.org/plugin:plantuml
13 stars 20 forks source link

The temporary filename doesn't work for me #9

Closed michitux closed 13 years ago

michitux commented 13 years ago

On my system the function sys_get_temp_dir() just returns /tmp, so the plantuml plugin is trying to create a temporary file in the root directory of my system which of course doesn't work. Probably using tempnam() would be a good idea. I'm using ArchLinux with PHP 5.3.3.

Andreone commented 13 years ago

The plugin has been fully rewritten. This should not happen anymore.