Overview
Comment:Ne pas obliger à avoir un param
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f588c9e6cb2325c04b6a7bdf3074528b5eeab688
User & Date: bohwaz on 2014-04-01 18:10:00
Other Links: manifest | tags
Context
2014-04-01
18:10
Suppression des associations écritures/cotisations check-in: 60da784ccd user: bohwaz tags: trunk
18:10
Ne pas obliger à avoir un param check-in: f588c9e6cb user: bohwaz tags: trunk
18:09
Ne pas laisser une config invalide check-in: a612e3c073 user: bohwaz tags: trunk
Changes

Modified src/include/lib.utils.php from [bf7e62d419] to [d25c56997f].

604
605
606
607
608
609
610
611
612
613
614
615
616
617
618

        $dir->close();
        rmdir($path);

        return true;
    }

    static public function plugin_url($params)
    {
        if (!defined('Garradin\PLUGIN_URL'))
        {
            $url = WWW_URL . 'admin/plugin/' . $params['id'] . '/';
        }
        else
        {







|







604
605
606
607
608
609
610
611
612
613
614
615
616
617
618

        $dir->close();
        rmdir($path);

        return true;
    }

    static public function plugin_url($params = [])
    {
        if (!defined('Garradin\PLUGIN_URL'))
        {
            $url = WWW_URL . 'admin/plugin/' . $params['id'] . '/';
        }
        else
        {