Use absolute path in require

pull/100/merge
Aleksander Machniak 11 years ago
parent f2a9a9007a
commit 2feba7bf4d

@ -13,7 +13,9 @@
* @author Aleksander Machniak <alec@alec.pl>
* @version @package_version@
*/
require_once('plugins/filesystem_attachments/filesystem_attachments.php');
require_once INSTALL_PATH . 'plugins/filesystem_attachments/filesystem_attachments.php';
class database_attachments extends filesystem_attachments
{
// Cache object

Loading…
Cancel
Save