added method show()

This commit is contained in:
Uwe Steinmann 2013-05-02 12:14:10 +02:00
parent 50e41be376
commit eb594a1e6c

View File

@ -1416,5 +1416,9 @@ mayscript>
<p id="fileList"></p>
<?php
} /* }}} */
function show(){ /* {{{ */
parent::show();
} /* }}} */
}
?>