Results 1 to 2 of 2

Thread: Module /Emails/Email.php: where is the "parent"?

  1. #1
    klinok is offline Junior Member
    Join Date
    Jul 2006
    Posts
    4

    Default Module /Emails/Email.php: where is the "parent"?

    Once more.

    There is a code in /modules/Emails/Email.php:
    Code:
    function save($check_notify = false) {
           $GLOBALS['log']->debug('-------> Email called save()');
           parent::save($check_notify);
    }
    Can you help me to find who is the 'parent' here and where I can find it's code?

    SS 4.2.0.

    Thank you!

  2. #2
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Module /Emails/Email.php: where is the "parent"?

    The parent should be SugarBean.php in the data directory.
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •